On 03/22/12 08:35, Balder VC wrote: > Sorry for the late reply > > just doing > > mvn package > > should be enough, this creates the jars, the jar-with-dependencies is > created together with the normal build. > > You should make sure you checked out a tagged release (like > https://itextrups.svn.sourceforge.net/svnroot/itextrups/tags/rups-1.0.0/ ) > > The trunk depends on the itext trunk. If you want to use that, you first > have to checkout itext trunk and do > mvn install > on itext trunk. > > > Regards > Balder > Thanks very much Balder. I tried it and it worked for me. I'm wondering why:
https://itextrups.svn.sourceforge.net/svnroot/itextrups/tags/rups-1.0.0/readme.txt didn't mention that method. It just listed the exe and all profiles. I'm guessing package is another profile; however, I could not find such a profile in the pom.xml file: https://itextrups.svn.sourceforge.net/svnroot/itextrups/tags/rups-1.0.0/pom.xml I'm unfamiliar with maven; hence, I guess the package profile is included automatically from somewhere else. Thanks again. -regards, Larry BTW, I managed to get the untagged rups to work by modifying the pom.xml so that the dependency was on: <version>5.1.4-SNAPSHOT</version> instead of: <version>5.2.1-SNAPSHOT</version> that worked; however, your `mvn package` method is obviously easier. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
