FW: [ANNOUNCE] VelocityTools 1.4

2007-11-29 Thread Misura, Gabriel
I get the impression this release broke the maven examples.


mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes
-DarchetypeArtifactID=maven-archetype-webapp -DgroupId=com.mycompany.app
-DartifactID=my-webapp

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO]


[INFO] Building Maven Default Project
[INFO]task-segment: [archetype:create] (aggregator-style)
[INFO]


[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] **
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File:
org/apache/velocity/runtime/defaults/velocity.properties
[INFO] Default ResourceManager initializing. (class
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[INFO] Resource Loader Instantiated:
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class
org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Include
[INFO] Loaded System Directive:
org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template :
VM_global_library.vm
[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm'
in any resource loader.
[INFO] Velocimacro : error using  VM library template
VM_global_library.vm :
org.apache.velocity.exception.ResourceNotFoundException: Unable to find
resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in
templates
[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline
may NOT replace previous VM definitions
[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will
be  global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[INFO] [archetype:create]
[INFO] Defaulting package to group ID: com.mycompany.app
[INFO] artifact org.apache.maven.archetypes:maven-archetype-quickstart:
checking for updates from central
[INFO]


[INFO] Using following parameters for creating Archetype:
maven-archetype-quickstart:RELEASE
[INFO]


[INFO] Parameter: groupId, Value: com.mycompany.app
[INFO] Parameter: packageName, Value: com.mycompany.app
[INFO] Parameter: basedir, Value: /opt/home/build
[INFO] Parameter: package, Value: com.mycompany.app
[INFO] Parameter: version, Value: 1.0-SNAPSHOT
[INFO] Parameter: artifactId, Value: null
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error creating from archetype

Embedded error: Artifact ID must be specified when creating a new
project from an archetype.
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 4 seconds
[INFO] Finished at: Wed Nov 28 17:36:11 PST 2007
[INFO] Final Memory: 4M/10M
[INFO]




 
Gabriel Misura | AT&T eCommerce Release Manager
20111 120th Ave NE, Bothell 6, Office 2321D
Bothell, WA 98011
IM: Use Q/Team Link
Office: 425-288-6217
Cell: 425-533-3594
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nathan
Bubna
Sent: Tuesday, November 27, 2007 4:00 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [ANNOUNCE] VelocityTools 1.4

The Apache Velocity Team announces the immediate availability of the of
Apache VelocityTools 1.4.

Downloads are available here:
  http://velocity.apache.org/download.cgi#tools

Apache VelocityTools is a supplemental library fo

RE: Build Schedule

2007-06-22 Thread Misura, Gabriel
Jan,

Sweet. Thanks. That works!

 
Gabriel Misura
20111 120th Ave NE, Cube 2337D
Bothell, WA
MSN: [EMAIL PROTECTED]
Office: 425-288-6217

-Original Message-
From: Jan Lisse [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 22, 2007 12:36 AM
To: [EMAIL PROTECTED]
Subject: Re: Build Schedule

Hi Gabriel,

try this:

Second: 0
Minute: 0
Hour: 9
Day of Month: ?
Month: *
Day of Week: MON-FRI
Year:

if you specify a range of days for Day-of-week like MON-FRI you can't
use
* for Day of month because it matches all days. Use ? for no specific
value.
See
http://www.opensymphony.com/quartz/api/org/quartz/CronExpression.html

regards,
Jan


Misura, Gabriel schrieb:
> In Continuum 1.1-alpha-1
> I tried to setup a schedule to run every weekday at 9am.
> I clicked the Syntax link provided in the Edit Schedule Page:
> http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html
>
> So I tried to create the Cron Expression:
>
> Second: 0
> Minute: 0
> Hour: 9
> Day of Month: *
> Month: *
> Day of Week: MON-FRI
> Year:
>
> When I try to save it, I get:
>
> Invalid cron expression value(s)
>
> I also tried
> Day of Week: 1-5
>
> Same error: Invalid cron expression value(s)
>
> And, Day of Week: 1
> Same error
> And, Day of Week: 1,2,3,4,5
> Same error
>
> What's the REAL syntax for that?
>
> Thanks
>  
> Gabriel Misura
> 20111 120th Ave NE, Cube 2337D
> Bothell, WA
> MSN: [EMAIL PROTECTED]
> Office: 425-288-6217
>
>
>   


--

Jan Lisse
F&E

neofonie GmbH
Robert-Koch-Platz 4
10115 Berlin
fon: +49.30 24627 533
fax: +49.30 24627 120

Handelsregister
Berlin-Charlottenburg: HRB 67460

Geschaeftsfuehrung
Helmut Hoffer von Ankershoffen
Nurhan Yildirim





RE: Separation, webapp

2007-03-07 Thread Misura, Gabriel
Nice, when is it gonna be released?
 
Gabriel Misura
20111 120th Ave NE, Cube 2337D
Bothell, WA
MSN: [EMAIL PROTECTED]
Office: 425-288-6217

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 07, 2007 6:55 AM
To: continuum-users@maven.apache.org
Subject: Re: Separation, webapp

On 3/6/07, Misura, Gabriel <[EMAIL PROTECTED]> wrote:

> To keep the users happy, I want to filter what projects they can see.
There doesn't seem to be a build in feature for this (I see the user
admin can block adding/edit/delete/etc of projects, but seems that all
of the projects always show up on the home page). Is there a way to do
this, or is our idea of installing 2 instances of Continuum the best
approach? Does it also make sense to get the webapp version and install
that onto Tomcat/Jboss or something similar?

The as yet unreleased 1.1 version of Continuum has 'project groups'
and you can restrict access on a per-group bases (user, developer,
administrator.)

--
Wendy


RE: Separation, webapp

2007-03-07 Thread Misura, Gabriel
Continuum 1.0.3
 
Gabriel Misura
20111 120th Ave NE, Cube 2337D
Bothell, WA
MSN: [EMAIL PROTECTED]
Office: 425-288-6217

-Original Message-
From: Thierry Lach [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 07, 2007 6:52 AM
To: continuum-users@maven.apache.org
Subject: Re: Separation, webapp

What version of continuum are you using?

On 3/6/07, Misura, Gabriel <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> To keep the users happy, I want to filter what projects they can see.
> There doesn't seem to be a build in feature for this (I see the user 
> admin can block adding/edit/delete/etc of projects, but seems that all

> of the projects always show up on the home page). Is there a way to do

> this, or is our idea of installing 2 instances of Continuum the best 
> approach? Does it also make sense to get the webapp version and 
> install that onto Tomcat/Jboss or something similar?
>
> Thanks
>
> Gabriel Misura
> 20111 120th Ave NE, Cube 2337D
> Bothell, WA
> MSN: [EMAIL PROTECTED]
> Office: 425-288-6217
>
>


Separation, webapp

2007-03-06 Thread Misura, Gabriel
Hi,

To keep the users happy, I want to filter what projects they can see. There 
doesn't seem to be a build in feature for this (I see the user admin can block 
adding/edit/delete/etc of projects, but seems that all of the projects always 
show up on the home page). Is there a way to do this, or is our idea of 
installing 2 instances of Continuum the best approach? Does it also make sense 
to get the webapp version and install that onto Tomcat/Jboss or something 
similar?

Thanks
 
Gabriel Misura
20111 120th Ave NE, Cube 2337D
Bothell, WA
MSN: [EMAIL PROTECTED]
Office: 425-288-6217



RE: I can't add project to contimuum

2007-02-19 Thread Misura, Gabriel
Martin,

The URL looks ok. 

Can you put the URL into a browser and see the pom.xml? 
Can the server that is running continuum see the pom.xml via the URL?
(wget http://blah/pom.xml is a way to test).

 
Gabriel Misura
20111 120th Ave NE, Cube 2337D
Bothell, WA
MSN: [EMAIL PROTECTED]
Office: 425-288-6217

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 16, 2007 9:53 AM
To: continuum-users@maven.apache.org
Subject: I can't add project to contimuum

Hi, i'm new in the CI world.
i'm trying to add a Maven 2 project in continuum from the web interface
but...
when i try to do this, i get the follow message "The URL you provided
doesn't exist".
The URL that i'm trying to add is
"http://svn.xxx.com/svn/glb_svn_sample_dev/pom.xml";
Please, can anybody tell me if that i'm doing is wrong?
Is this URL complete?

Thanks to all.