Ticket #160 (closed enhancement: invalid)

Opened 16 months ago

Last modified 14 months ago

Multiple source folders....

Reported by: velo Owned by: asdt.org
Priority: major Milestone: AXDT 0.0.7
Component: compiler Version: AXDT 0.0.6
Keywords: Cc: velo.br@…

Description

Hi,

First of all, nice initiative, I just found the project a few minutes ago and I'm now trying it on my projects.

I usually develop using maven, and there I have multiple source folders.

├───src
│   ├───main
│   │   └───flex (code goes here)
│   └───test
│       └───flex (code goes here)
└───target
    ├───classes
    │   ├───configs
    │   └───libraries
    ├───generated-sources
    │   └───flexmojos (code goes here)
    ├───surefire-reports
    └───test-classes

So I have code at least on 3 different places and I do need the generated code to compile my main sources.

VELO

Change History

  Changed 16 months ago by mb0

  • milestone set to AXDT 0.0.7

Hi VELO, first of all thank you for your thumbs up!

I am impressed by the gorgeous ascii directory tree, but had real problems understanding what this ticket is about (it might be me, but it might also help to specifically point out the problem). However, i had two ideas:

  1. Axdt does not support more than one source folder!

No, it actually does! This is probably a bug with the almost-non-existing documentation. i added AxdtSettings with some more information about axdt properties. ("..you can separate multiple paths with space, comma or semicolon..")

  1. Axdt does not allow me to (compile dependencies | generate the code) prior to running the compiler.

Yes, and it will stay like that for some time, because it is a lot of work for me and users can already accomplish most usecases with ant and the flex ant tasks that comes with the opensource flex sdk (and is already bundled with axdt). However i think i will add simple launchers for asdoc and compc someday.

Thanks for the ticket !

follow-up: ↓ 4   Changed 16 months ago by mb0

right ... it is just me. flexmojos is your project, and a maven plugin for flex. so it handles point 2 and was a lot of work for you ;) . sorry, if i had known that i could have known what the ticket is about.

i have never worked with maven but am very interested in your project. i have to read a bit before i can articulate a reasonable question about maven and flexmojo, but i'll come back to it. you have probable a better idea how things could fit together. and as i said i am very interested in ideas you might have.

best regards

  Changed 14 months ago by mb0

  • status changed from new to closed
  • resolution set to invalid

in reply to: ↑ 2   Changed 14 months ago by velo

  • cc velo.br@… added

Hey, sorry my long, long delay on replying.... no idea why I didn't get e-mail notification.

The tree is piece of cake, windows tree command...

So yes, I'm the flexmojos guy... so I actually don't need the IDE to build my projects, but is nice to have it saying everything is ok :D

I will look at AxdtSettings and see if it works, thanks!

If you wanna learn about flexmojos this is a good start:  http://www.sonatype.com/books/maven-book/reference/ch20.html

Thanks for you reply and sorry for my big big big delay.

VELO

  Changed 14 months ago by mb0

well the email notification is probably my fault #178.

And thanks for the link. That is some nice documentation.

Note: See TracTickets for help on using tickets.