I forgot to mention that I already tried "trimming" the property with 

${pom.package}.${dep.groupId.trim()}.ejb.Home

It appears to make no difference

Jim

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 26, 2004 8:22 AM
To: [EMAIL PROTECTED]
Subject: Mysterious Spaces in a genearted file (attributes like groupId ar e
have spaces around them)



In Maven.xml I am using some information about dependencies to generate an
additional deployment descriptor for some services
The key line is:

<x:element name="home">
${pom.package}.${dep.groupId}.ejb.Home
</x:element>

I expect it to generate something like:

<home>com.ascential.analytics.services.examples.ejb.Home</home>      

But instead it generates:

<home>com.ascential.analytics . services.examples .ejb. Home</home>


Does anyone have any idea how I can trim these down ?

Thanks,

Jim Mochel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to