two compiles from the same source

2007-12-15 Thread deckrider+mvn
I have a requirement to build two different jars (one for java 1.4 and one for java 1.5) from the same source. Is this the best way to make such a project or are there better aproaches? Layout: foo-parent/pom.xml foo-parent/foo14 foo-parent/foo14/pom.xml foo-parent/foo15

continuum 1.1 and guest user

2007-12-08 Thread deckrider+mvn
I would like to just have 1-2 admins and everyone else can be guest for continuum 1.1. This seemed possible in continuum 1.0, but I must be missing some step to know how to do it with continuum 1.1. After I log in the first time to set up admin, I'm still not understanding how to log in so as to

dependency plugin and version

2007-11-19 Thread deckrider+mvn
Hi, is there a way I can change version below to take the latest greater than 8.0.0 instead of hard-coding the version as I do below? I tried using: version[8,)/version but that did not work. plugin groupIdorg.codehaus.mojo/groupId

both idlj and jacorb

2007-11-15 Thread deckrider+mvn
I'm a looking to convert a project to maven. This project currently produces two jar files from the same IDL source, by generating first from idlj and then again from jacorb. For instance, jacorb-foo.jar and idlj-foo.jar. Is there some way of setting up my pom.xml so that this can still happen?

Re: [M2] Problem with maven-ear-plugin: Artifact[_ :_:ejb] is not a dependency of the project.

2006-01-16 Thread mvn
Hello, I've got no answer for your question unfortunately. However I would like to ask you for source of your ejb POM's (from ejb modules) - it would help me much. Thanks, Pawel Od: Stefan Rademacher [EMAIL PROTECTED] Do: users@maven.apache.org Data: Mon, 16 Jan 2006 13:31:27 +0100 Temat: [M2]

Re: m2: local repo is not working?

2006-01-10 Thread mvn
(for example): mvn install:install-file -Dfile=./jdom-1.0.zip -DgroupId=org -DartifactId=jdom -Dversion=1.0 -Dpackaging=jar Now I have a structure: \.m2\repository\org\jdom\1.0\jdom- 1.0.jar In my POM.xml there is: ... repositories repository snapshots

[m2] ant task problem

2006-01-10 Thread mvn
=${basedir}/target/ejbgen classpath=${ejbgen.class.path} srcPath = ${basedir}/src/java !--property name=sourcepath value=${module.ejb.basedir}/src/java/-- /ejbgen /target /project I can't run mvn compile cause it returns an error: [null] java.lang.NoClassDefFoundError

m2: local repo is not working?

2006-01-05 Thread mvn
Hi, I have a following problem: I installed a few artefacts with a command (for example): mvn install:install-file -Dfile=./jdom-1.0.zip -DgroupId=org -DartifactId=jdom -Dversion=1.0 -Dpackaging=jar Now I have a structure: \.m2\repository\org\jdom\1.0\jdom-1.0.jar In my POM.xml

problem with xsd files

2006-01-03 Thread mvn
of .xsd files. When I try to do 'mvn compile' it says: [INFO] Scanning for projects... [INFO] [INFO] Building Schema [INFO]task-segment: [compile] [INFO

problem with xsd files

2006-01-03 Thread mvn
the ant target -- goals goalrun/goal /goals /execution /executions /plugin /plugins sourceDirectorysrc/java/sourceDirectory /build /project and I would like to compile my project which contains of .xsd files. When I try to do 'mvn compile' it says: [INFO] Scanning for projects... [INFO