-
Would it be possible to add support for QRCode ?
http://en.wikipedia.org/wiki/QR_Code
Your project is great !
Didier.
2008-11-15 23:45:46 UTC in Barcode4J
-
This will be great !
2008-11-15 23:39:45 UTC in Barcode4J
-
I have added an example of build.xml file using the BarcodeTask
I grant this file too
File Added: build.for.test.xml.
2008-11-15 23:38:22 UTC in Barcode4J
-
Could you add in the next release the code of this Ant task (BarcodeTask) which generates codes in Ant projects (ie build.xml).
Kind regards
Didier
PS: I grants this code and the build.for.test.xml file to the Barcode4J project.
2008-11-15 23:36:18 UTC in Barcode4J
-
To use the new pom.xml, you have to refactor the project as following
mkdir src
mkdir src\main
mkdir src\main\java
mkdir src\main\resources
mkdir src\test
mkdir src\test\java
copy checker src\main\java
copy resources src\main\resources
copy documentation src\main\resources
copy unittests src\test\java
mvn -X install:install-file -Dfile=easyprint.jar...
2008-08-21 12:08:17 UTC in Open Source License Checker
-
File Added: pom.xml.
2008-08-21 12:02:18 UTC in Open Source License Checker
-
File Added: LicenseChecker.java.
2008-08-21 12:01:27 UTC in Open Source License Checker
-
File Added: LicenseCheckerTask.java.
2008-08-21 12:00:36 UTC in Open Source License Checker
-
Here is the source of ant task proposition for the license checker.
build it with "mvn package" but firstly move the sources in ./src/main/java and the documentation and resources in ./src/main/resources.
File Added: build4tasktest.xml.
2008-08-21 11:59:32 UTC in Open Source License Checker
-
Analyze licenses in SVN code repositories since most of the OSS project are migrating to SVN (from CVS).
http://svnkit.com/ could be a solution.
2008-08-19 22:16:08 UTC in Open Source License Checker