Re: Behavior with multiple goals

2006-02-03 Thread Emmanuel Venisse
Alex Boisvert a écrit : Yes, I understand the "package" goal is a superset of the "compile"; I mostly wanted to understand why I didn't see it happening. Thanks for your clarification. Are you saying that if the build definitions were set on different schedules the behavior would be differe

Re: Behavior with multiple goals

2006-02-03 Thread Emmanuel Venisse
I don't understand why you set 2 build definitions for the same schedule. It will be more logic to delete the second (compile) because it's included in package phase. As you have 2 build definitions on the same schedule, continuum run them separatly. In your case it run compile definition first

Behavior with multiple goals

2006-02-03 Thread Alex Boisvert
Hi, I'm using continuum 1.0.2 and I've defined two goals for a Maven2 project: Build Definitions Goals Arguments POM FileProfile ScheduleFrom package --batch-modepom.xml DEFAULT DEFAULT_SCHEDULEProject Edit