Hi all,

I have a SystemCompiler tool. You add paths to it and it performs compile on 
save. It uses a custom “javac ...” command which can be easily modified to 
support any command line base operation (employing a pojo java WatchService). 

I could modify it to perform a specific operation when operating on a specific 
file type and probably decouple the command to a properties file so you could 
dynamically change the command without affecting code.

It is currently available in the ca.tecreations package, within the 
tecreations-0.3.0.jar available at 
http://tecreations.ca/java/downloads/release/. That jar contains my base 
software development code and binaries for what I use in conjunction with 
NetBeans, so I could make those changes, or you could implement whatever you 
like. It is controlled by SystemTray menu and has an AutoStart (run as admin) 
and removal class.

Tim

Sent from my iPhone

> On Jan 5, 2023, at 6:20 PM, Alonso Del Arte <alonso.dela...@gmail.com> wrote:
> 
> I tried some time ago, Java 8, Scala 2, NetBeans 8.2. No go. Didn't try with 
> Gradle, but it seems to be such a pain in the neck even for plain Java 
> projects...
> 
> Al
> 
>> On Thu, Jan 5, 2023 at 7:50 PM László Kishalmi <laszlo.kisha...@gmail.com> 
>> wrote:
>> There was a Scala plugin for NetBeans 8.1 it is old might cna get it working.
>> If just the compilation is needed, you can use a Gradle build and put scala 
>> code in.
>> 
>>> On Thu, Jan 5, 2023 at 3:02 PM Greenberg, Gary <ggree...@visa.com.invalid> 
>>> wrote:
>>> Any plugins to compile Scala files?
>>> 
>>>  
>>> 
>>> Gary Greenberg
>>> 
>>> Staff Software Engineer
>>> 
>>>  
>>> 
> 
> 
> -- 
> Alonso del Arte
> Author at SmashWords.com
> Musician at ReverbNation.com

Reply via email to