Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT multiple output paths?

On 11/23/06, Barry Kaplan <groups1@xxxxxxxxxxx> wrote:
I just updated to 200611081052.

I have a persistence.xml file in "src/prod/conf/META-INF" and another in
"src/test/conf/META-INF". These two build directories are configured to
with different output directories.

Without aspectj nature, they get copied to the correct output directory.
With aspectj nature, only the persistence.xml in the test directory gets
copied to the the test output directory. The persistence.xml in the prod
directory never gets copied.

The very weird thing is that /all other/ files seem to get copied the
prod output directory. Its just this one file that fails make it.

Alex, were is that test case you created? Maybe I can tweak it a bit to
reproduce my problem.


It wasn't really a test case, because the problem was really easily to
reproduce with an almost empty AJDT enabled project.

Right now I am using the 1.5.3RC, but I was testing the fix with the
exact same version to which it was reported as fixed.

./alex
--
.w( the_mindstorm )p.

thanks!

-barry

Barry Kaplan wrote:
> Alexandru Popescu wrote:
>> I think I was the last one hitting this problem and I have submitted a
>> small Eclipse project to reproduce the problem. After the bug was
>> reported as fixed, it started to work as expected for me.
>
> Hmm. What version of AJDT are you using? I'm seeing this problem with
> 1.4.1.200610100440.
>
> -barry
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top