On 10/19/05, sporty <[EMAIL PROTECTED]> wrote:
> Hi, I'm trying to dynamically build 5 different path reference ids. I need
> them since you can't refer to a non existant reference id and rather not go
> through all the combinations of using them and not. I'd have n!
> combinations.
>
> So for each
This starts to sound like you need to either use macrodef (to use different
refid names for different projects, i.e. @{project}.classpath.runtime), or
.
And btw, macrodef doesn't work in maven (here, at least).
--Original Message Text---
From: sporty
Date: Wed, 19 Oct 2005 16:07:10 -0600
Lemme
On Wed, 19 Oct 2005 15:34:48 -0600, sporty wrote:
^>
>
>
>That's when I ran into this error:
>C:\development\eclipse 3.0\workspace\hibernate-3\common.xml:7: Reference ID
>project.classpath.runtime already exists
How is project.dependency.runtime set? You should do it via a
condition, and then
Hi, I'm trying to dynamically build 5 different path reference ids. I need
them since you can't refer to a non existant reference id and rather not go
through all the combinations of using them and not. I'd have n!
combinations.
So for each reference, I assign the set appropriate for it, or create