I'll be updating shortly the Makefile and build.xml to have simpler targets:
- patch to just do the jboss patch
- clean to clean
- install to just do mvn install without tests
- copy to copy the ear/etc into a jboss
- test to test
The only aggregate targets are:
deploy = install + copy
By default a deploy is done.

So you must do clean or patch by hand when you really want it.

Florent

On 23 Apr 2007, at 16:44, Vincent Dutat wrote:

Hi,

could you pls create a target 'update' in build.xml like you did in Makefile ? Because there's no target that executes 'mvn install' without executing target 'patch'.

Regards.

Stefane Fermigier wrote:
I have rewritten the Makefile as an Ant file (build.xml) so that developpers running Windows won't have to install Cygwin. You may override the default jboss location (/opt/jboss) by adding a build.properties file with the correct value, or by running ant with the right '-DJBOSS_DIR=xxx' option.
I'm going to remove this evening.
  S.
--
Stefane Fermigier, CEO, Nuxeo SAS
Open Source Enterprise Content Management (ECM)
Nuxeo 5 EP is out! - Now Java EE based, standards compliant
Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87
--------------------------------------------------------------------- ---
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm


--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87



_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to